type runtime.spanAllocType
8 uses
runtime (current package)
mheap.go#L987: type spanAllocType uint8
mheap.go#L990: spanAllocHeap spanAllocType = iota // heap span
mheap.go#L996: func (s spanAllocType) manual() bool {
mheap.go#L1039: func (h *mheap) allocManual(npages uintptr, typ spanAllocType) *mspan {
mheap.go#L1224: func (h *mheap) allocSpan(npages uintptr, typ spanAllocType, spanclass spanClass) (s *mspan) {
mheap.go#L1439: func (h *mheap) initSpan(s *mspan, typ spanAllocType, spanclass spanClass, base, npages, scav uintptr) {
mheap.go#L1710: func (h *mheap) freeManual(s *mspan, typ spanAllocType) {
mheap.go#L1730: func (h *mheap) freeSpanLocked(s *mspan, typ spanAllocType) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |